Forgot to tell you to also do about the same thing in other TDs:
while ( $counter2 < $counter ) {
($user,$number) = split(///, @sort_array[$counter2]);
@user_profile = &OpenProfile($number);
print"<tr bgcolor="$vars_style{AltColumnColor1}"><td>";
print "<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile&u=". $number .""><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">".$user. "</font></a>
";
print"</td>";
print"<td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[7] posts</font></td><td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[10]</font></td></tr>";
$counter2 ++;
}

LK.
<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 02:29 PM: Message edited by: LK ]</font>